@charset "utf-8";
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/
/*Generated by wjdhcms 3.0 */
.dx {
  text-transform: uppercase;
}
.clearboth::after,
.clearboth:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.hongbao {
  transform-origin: center bottom;
  animation: upAnimation 2s 0.5s infinite;
}
@keyframes upAnimation {
  0% {
    transform: rotate(0deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  10% {
    transform: rotate(-12deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  20% {
    transform: rotate(12deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  28% {
    transform: rotate(-10deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  36% {
    transform: rotate(10deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  42% {
    transform: rotate(-8deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  48% {
    transform: rotate(8deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  52% {
    transform: rotate(-4deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  56% {
    transform: rotate(4deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  60% {
    transform: rotate(0deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  100% {
    transform: rotate(0deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -moz-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -moz-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -moz-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
body {
  height: auto !important;
}
body *:before,
body *:after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fudongdiv {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sjcTop,
.sjcTop2,
.sjcBottom,
.sjcLeft,
.sjcRight,
.bg,
.leftWow,
.rightWow,
.topWow,
.bottomWow {
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
@-webkit-keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.banner {
  position: relative;
  z-index: 1;
}
.banner * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.banner .bannerSwiper {
  overflow: hidden;
  cursor: grab;
}
.banner .bannerSwiper ul li {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.banner .bannerSwiper img {
  display: block;
  width: 100%;
  object-fit: cover;
  min-height: 500px;
  -webkit-transition: all 2.5s ease-out;
  transition: all 2.5s ease-out;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.banner .bannerSwiper .swiper-slide-active img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
@-webkit-keyframes clipSectorIn {
  0% {
    -webkit-clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 0% 0%);
    clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 0% 0%);
  }
  55% {
    -webkit-clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 100% 0%);
    clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 100% 0%);
  }
  100% {
    -webkit-clip-path: polygon(0% 100%, 0% 100%, 0% 0%, 100% 0%, 100% 100%);
    clip-path: polygon(0% 100%, 0% 100%, 0% 0%, 100% 0%, 100% 100%);
  }
}
@keyframes clipSectorIn {
  0% {
    -webkit-clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 0% 0%);
    clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 0% 0%);
  }
  55% {
    -webkit-clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 100% 0%);
    clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 100% 0%);
  }
  100% {
    -webkit-clip-path: polygon(0% 100%, 0% 100%, 0% 0%, 100% 0%, 100% 100%);
    clip-path: polygon(0% 100%, 0% 100%, 0% 0%, 100% 0%, 100% 100%);
  }
}
.banner .banner-pagination {
  font-size: 0;
  position: absolute;
  width: auto;
  right: 50%;
  margin-right: -150px;
  bottom: 40px;
  z-index: 3;
  width: 300px;
  text-align: center;
}
.banner .banner-pagination span {
  display: inline-block;
  border: 1px #0094de solid;
  opacity: 1;
  padding: 2px;
  border-radius: 100%;
  background: #fff;
  width: auto;
  height: auto;
  margin: 0 10px !important;
  cursor: pointer;
  outline: none;
}
.banner .banner-pagination span:before {
  content: "";
  display: block;
  border-radius: 100%;
  background: #0094de;
  width: 8px;
  height: 8px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.banner .banner-pagination span.swiper-pagination-bullet-active:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.banner .banner-prev {
  position: absolute;
  z-index: 30;
  top: 50%;
  left: -45px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  margin-top: -20px;
  background: url(../images/arrowPrev.png) 50% 50% no-repeat;
  transition: all 0.5s linear;
  cursor: pointer;
  outline: none;
}
.banner:hover .banner-prev {
  left: 3%;
}
.banner .banner-next {
  position: absolute;
  z-index: 30;
  top: 50%;
  right: -45px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  margin-top: -20px;
  background: url(../images/arrowNext.png) 50% 50% no-repeat;
  transition: all 0.5s linear;
  cursor: pointer;
  outline: none;
}
.banner:hover .banner-next {
  right: 3%;
}
.banner .banBar {
  position: absolute;
  z-index: 3;
  height: 70px;
  background-color: #ffffff;
  box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.05);
  border-radius: 35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
}
.banner .banBar .slogan {
  background: url(../images/slogan.png) 0 center no-repeat;
  line-height: 32px;
  font-size: 16px;
  padding-left: 45px;
  flex: 1;
}
.banner .banBar .tel {
  font-weight: bold;
  font-family: Arial;
  font-size: 22px;
}
.searchBar {
  border-bottom: 2px solid #f7f7f7;
  padding: 14px 0;
}
.searchBar .inContent {
  display: flex;
  flex-direction: row-reverse;
}
.searchBar .search {
  position: relative;
  width: 250px;
  border: 1px solid #c8c7c7;
  height: 32px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.searchBar .search .searchInp {
  width: 100%;
  height: 30px;
  line-height: 30px;
  border: none;
  background: none;
  padding-left: 10px;
  font-size: 14px;
  color: #333;
}
.searchBar .search .searchInp::-webkit-input-placeholder {
  color: #666;
  font-weight: normal;
  font-size: 14px;
  opacity: 1;
}
.searchBar .search .searchInp::-moz-placeholder {
  color: #666;
  font-weight: normal;
  font-size: 14px;
  opacity: 1;
}
.searchBar .search .searchInp:-ms-input-placeholder {
  color: #666;
  font-weight: normal;
  font-size: 14px;
  opacity: 1;
}
.searchBar .search .searchInp:focus::-webkit-input-placeholder,
.searchBar .search .searchInp:active::-webkit-input-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.searchBar .search .searchInp:focus::-moz-placeholder,
.searchBar .search .searchInp:active::-moz-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.searchBar .search .searchInp:focus:-ms-input-placeholder,
.searchBar .search .searchInp:active:-ms-input-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.searchBar .search .submitBtn {
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/search_but.jpg) center center no-repeat;
  width: 32px;
  height: 100%;
  cursor: pointer;
  border: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.searchBar .search:hover {
  border-color: #0094de;
}
.title {
  line-height: 1;
  text-align: center;
  padding-top: 28px;
  height: 130px;
  background: url(../images/titbg.jpg) center 0 no-repeat;
}
.title span {
  display: block;
  font-weight: bold;
  color: #0094de;
  font-size: 30px;
}
.title i {
  display: block;
  font-family: Arial;
  text-transform: uppercase;
  color: #999;
  line-height: 10px;
  letter-spacing: 8px;
  margin-right: -8px;
  margin: 10px 0 6px;
  font-size: 12px;
}
.title em {
  display: block;
  font-size: 18px;
}
.moreLink {
  display: block;
  font-size: 16px;
  width: 120px;
  background-color: #ffffff;
  border-radius: 30px;
  border: solid 1px #e5e5e5;
  line-height: 44px;
  position: relative;
  overflow: hidden;
  font-family: Arial;
  font-size: 14px;
  text-align: center;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #0094de, #0094de);
  background-image: linear-gradient(to right, #0094de, #0094de);
  background-size: 0% 100%;
  background-position: left center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.moreLink:hover {
  background-size: 100% 100%;
  color: #fff;
  border-color: #0094de;
  box-shadow: 0 10px 10px -5px rgba(0, 148, 222, 0.5);
}
.service {
  position: relative;
  overflow: hidden;
  padding: 50px 0 80px;
}
.service .fwTitle {
  text-align: center;
  line-height: 1;
}
.service .fwTitle a {
  display: inline-block;
  vertical-align: top;
}
.service .fwTitle a span {
  font-weight: bold;
  color: #0094de;
  font-size: 30px;
}
.service .fwTitle a i {
  display: block;
  margin-top: 20px;
  font-size: 18px;
  color: #666;
  line-height: 1.5;
}
.service .fwTitle::after {
  content: "";
  display: block;
  margin-top: 12px;
  background: url(../images/fwxm_tit.jpg) no-repeat center bottom;
  height: 48px;
}
.service .fwNav {
  padding-top: 5px;
}
.service .fwNav ul {
  margin: 0 -10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.service .fwNav ul::after {
  content: "";
  flex: 1;
}
.service .fwNav ul li {
  padding: 0 10px;
  margin-top: 25px;
  width: 20%;
}
.service .fwNav ul li .item {
  border: solid 1px #e5e5e5;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service .fwNav ul li .item .pic {
  display: block;
  width: 100%;
  height: 200px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service .fwNav ul li .item .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service .fwNav ul li .item .bt {
  padding-top: 22px;
  display: block;
  height: 95px;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service .fwNav ul li .item .bt i {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  color: #b7b7b7;
}
.service .fwNav ul li .item .bt span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  line-height: 34px;
}
.service .fwNav ul li .item:hover {
  border-color: #0094de;
}
.service .fwNav ul li .item:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.service .fwNav ul li .item:hover .bt {
  color: #0094de;
}
.youshi {
  background: url(../images/ysbg.jpg) center 0 no-repeat;
}
.youshi .ysTit {
  height: 331px;
  padding-left: 90px;
  display: flex;
  color: #ffffff;
  padding-top: 86px;
}
.youshi .ysTit .ysTitL {
  font-size: 14px;
  line-height: 34px;
  font-weight: bold;
  width: 310px;
  font-family: Arial;
}
.youshi .ysTit .ysTitL::after {
  content: "";
  width: 38px;
  height: 2px;
  display: block;
  background-color: #fff;
  margin-top: 14px;
}
/* .youshi .ysTit .ysTitR {
  padding-top: 10px;
} */
.youshi .ysTit .ysTitR h3 {
  line-height: 1;
}
.youshi .ysTit .ysTitR h3 span {
  font-weight: bold;
  font-size: 37px;
}
.youshi .ysTit .ysTitR h3 i {
  display: inline-block;
  vertical-align: bottom;
  font-size: 24px;
  margin-left: 10px;
  font-family: Arial;
  letter-spacing: 0.5px;
}
.youshi .ysTit .ysTitR h4 {
  font-size: 36px;
  line-height: 1.2;
  margin-top: 20px;
  letter-spacing: 1px;
}
.youshi .ysTit .ysTitR h5 {
  margin-top: 15px;
  font-size: 13px;
  line-height: 10px;
  font-weight: 100;
  opacity: 0.9;
}
.youshi .cont h4 {
  display: block;
  font-size: 28px;
  font-weight: bold;
  color: #0094de;
  line-height: 1;
  padding-left: 20px;
}
.youshi .cont h4::after {
  content: "";
  display: block;
  width: 55px;
  height: 3px;
  background-color: #0094de;
  margin-left: -20px;
  margin-top: 20px;
}
.youshi .cont .text {
  margin-top: 10px;
}
.youshi .cont .text p {
  padding-left: 35px;
  font-size: 16px;
  line-height: 36px;
  background: url(../images/ysico.png) 20px 15px no-repeat;
}
.youshi .zxLink {
  display: block;
  width: 125px;
  margin: 40px 0px 0px 35px;
  text-align: center;
  line-height: 35px;
  border: 1px solid #027cb8;
  color: #027cb8;
  font-size: 16px;
  border-radius: 30px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .zxLink::after {
  content: "";
  height: 35px;
  width: 18px;
  display: inline-block;
  vertical-align: top;
  background: url(../images/zxico.png) 0 center no-repeat;
  margin-left: 10px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .zxLink:hover {
  background-color: #0094de;
  color: #fff;
}
.youshi .zxLink:hover::after {
  filter: grayscale(100) brightness(5);
}
.youshi .ysList1 {
  height: 530px;
  padding-top: 100px;
  display: flex;
  justify-content: space-between;
}
.youshi .ysList1 .pic img {
  display: block;
  width: 600px;
}
.youshi .ysList1 .cont {
  margin-right: -10px;
  margin-top: 70px;
  width: 490px;
}
.youshi .ysList2 {
  height: 438px;
  display: flex;
  justify-content: space-between;
  padding-top: 78px;
}
.youshi .ysList2 .pic {
  width: 470px;
  margin-right: 72px;
  margin-top: -79px;
}
.youshi .ysList2 .pic img {
  display: block;
}
.youshi .ysList2 .cont {
  padding-top: 62px;
}
.youshi .ysList3 {
  height: 636px;
  display: flex;
  justify-content: space-between;
  padding-top: 54px;
}
.youshi .ysList3 .pic {
  position: relative;
  z-index: 2;
}
.youshi .ysList3 .pic::before {
  content: "";
  display: block;
  position: absolute;
  width: 406px;
  height: 416px;
  left: -28px;
  top: -28px;
  z-index: -1;
  background-color: #f5f5f5;
}
.youshi .ysList3 .pic img {
  display: block;
}
.youshi .ysList3 .pic .img1 {
  width: 475px;
  height: 446px;
}
.youshi .ysList3 .pic .img2 {
  position: absolute;
  width: 410px;
  height: 288px;
  background-color: #fff;
  border: solid 4px #ffffff;
  left: 316px;
  top: 96px;
}
.youshi .ysList3 .pic .img2 img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.youshi .ysList3 .cont {
  margin-top: 140px;
  width: 472px;
}
.youshi .ysList4 {
  height: 474px;
  display: flex;
  justify-content: space-between;
  padding-top: 120px;
}
.youshi .ysList4 .pic {
  right: -10px;
  margin-top: -122px;
}
.youshi .ysList4 .pic img {
  display: block;
}
.case {
  padding: 60px 0;
}
.case .caseNav {
  margin-top: 30px;
}
.case .caseNav ul {
  display: flex;
  justify-content: center;
  gap: 12px;
}
.case .caseNav ul li a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 130px;
  display: block;
  background-color: #aaa;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  line-height: 35px;
  font-size: 15px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseNav ul li.on a,
.case .caseNav ul li:hover a {
  background-color: #0094de;
}
.case .bd {
  margin-top: 30px;
  height: 220px;
  overflow: hidden;
}
.case .bd ul {
  display: flex;
  gap: 20px;
}
.case .bd ul li .item {
  width: 280px;
  height: 220px;
  position: relative;
  overflow: hidden;
  padding: 4px;
  border: 1px solid #ccc;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .bd ul li .item i {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.case .bd ul li .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .bd ul li .item .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0 10px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 3;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .bd ul li:hover {
  border-color: #0094de;
}
.case .bd ul li:hover .pic img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.case .bd ul li:hover .bt {
  background-color: rgba(0, 148, 222, 0.8);
}
.team {
  padding-bottom: 60px;
}
.team .teamNav {
  margin-top: 30px;
}
.team .teamNav ul {
  display: flex;
  justify-content: center;
  gap: 2px;
}
.team .teamNav ul li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 180px;
  height: 58px;
  line-height: 58px;
  font-size: 18px;
  background: #0094de;
  text-align: center;
  color: #fff;
  padding: 0 5px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.team .teamNav ul li.on a,
.team .teamNav ul li:hover a {
  background-color: #00acef;
}
.team .teamList ul {
  height: 500px;
}
.team .teamList ul::after,
.team .teamList ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.team .teamList ul li {
  margin: 10px 0 0 10px;
  float: left;
}
.team .teamList ul li .item {
  width: 330px;
  height: 250px;
  position: relative;
  overflow: hidden;
}
.team .teamList ul li .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.team .teamList ul li .item:hover img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.team .teamList ul li:first-child {
  margin-left: 0;
}
.team .teamList ul li:first-child .item {
  width: 500px;
  height: 500px;
}
.team .teamList .teamTip {
  height: 105px;
  background: #f2f2f2;
  position: relative;
  padding-left: 150px;
  padding-top: 22px;
}
.team .teamList .teamTip .tit {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #0094de;
  text-align: center;
  color: #fff;
  padding-top: 25px;
  border-top: 4px solid #8dc41f;
  height: 144px;
  width: 150px;
}
.team .teamList .teamTip .tit .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  line-height: 30px;
  padding: 0 5px;
  font-size: 15px;
  color: #fff;
}
.team .teamList .teamTip .tit .zxBtn {
  display: block;
  width: 98px;
  border: 1px solid #fff;
  border-radius: 30px;
  line-height: 30px;
  color: #fff;
  margin: 25px auto 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.team .teamList .teamTip .tit .zxBtn:hover {
  background-color: #fff;
  color: #0094de;
}
.team .teamList .teamTip .txt {
  display: block;
  padding: 0px 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 30px;
  height: 60px;
  color: #666;
}
.client .gySwiper {
  position: relative;
}
.client .gySwiper .swiper-container {
  margin: 0 -10px;
}
.client .gySwiper ul li {
  width: 20%;
  padding: 0 10px;
}
.client .gySwiper ul li .item {
  position: relative;
}
.client .gySwiper ul li .item .pic {
  display: block;
  height: 382px;
  padding: 50px 0;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.client .gySwiper ul li .item .pic i {
  display: block;
  height: 100%;
  position: relative;
  overflow: hidden;
  margin: 0;
}
.client .gySwiper ul li .item .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.client .gySwiper ul li .item .cont {
  text-align: center;
  width: 840px;
  position: relative;
  z-index: 3;
  margin-top: -14px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.client .gySwiper ul li .item .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  z-index: 3;
  font-size: 18px;
  height: 38px;
  line-height: 38px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.client .gySwiper ul li .item .cont .bt:hover {
  letter-spacing: 0.5px;
}
.client .gySwiper ul li .item .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 27px;
  height: 54px;
  font-size: 15px;
  color: #979797;
  margin-top: 8px;
}
.client .gySwiper ul li .item:hover .pic img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.client .gySwiper ul li .item:hover .cont .bt {
  color: #0094de;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}
.client .gySwiper ul li.swiper-slide .item .pic {
  padding: 0;
}
.client .gySwiper ul li.swiper-slide .item .pic i {
  transform: perspective(500px) rotateY(19deg);
  transform-origin: 0% center;
  margin-right: -54px;
  margin-left: 0;
}
.client .gySwiper ul li.swiper-slide-prev .item .pic {
  padding: 30px 0;
}
.client .gySwiper ul li.swiper-slide-prev .item .pic i {
  transform: perspective(500px) rotateY(16deg);
  transform-origin: 0% center;
  margin-right: -42px;
  margin-left: 0;
}
.client .gySwiper ul li.swiper-slide-active .item .pic {
  padding: 50px 0;
}
.client .gySwiper ul li.swiper-slide-active .item .pic i {
  transform: perspective(0) rotateY(0);
  transform-origin: center center;
  margin-right: 0;
  margin-left: 0;
}
.client .gySwiper ul li.swiper-slide-active .item .cont {
  opacity: 1;
  visibility: inherit;
}
.client .gySwiper ul li.swiper-slide-next .item .pic {
  padding: 30px 0;
}
.client .gySwiper ul li.swiper-slide-next .item .pic i {
  transform: perspective(500px) rotateY(-16deg);
  transform-origin: 100% center;
  margin-left: -42px;
  margin-right: 0;
}
.client .gySwiper ul li.swiper-slide-next + li .item .pic {
  padding: 0;
}
.client .gySwiper ul li.swiper-slide-next + li .item .pic i {
  transform: perspective(500px) rotateY(-19deg);
  transform-origin: 100% center;
  margin-left: -54px;
  margin-right: 0;
}
.client .page .gy-prev {
  width: 62px;
  height: 62px;
  background-color: #f2f2f2;
  position: absolute;
  top: 160px;
  left: -120px;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.client .page .gy-prev::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/gyl.png) center center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.client .page .gy-prev:hover,
.client .page .gy-prev.on {
  background-color: #0094de;
}
.client .page .gy-prev:hover::before,
.client .page .gy-prev.on::before {
  filter: grayscale(100) brightness(5);
}
.client .page .gy-next {
  width: 62px;
  height: 62px;
  background-color: #f2f2f2;
  position: absolute;
  top: 160px;
  right: -120px;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.client .page .gy-next::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/gyr.png) center center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.client .page .gy-next:hover,
.client .page .gy-next.on {
  background-color: #0094de;
}
.client .page .gy-next:hover::before,
.client .page .gy-next.on::before {
  filter: grayscale(100) brightness(5);
}
.show {
  margin-top: 60px;
}
.show .showNav {
  height: 50px;
  background: #e3e3e3;
  line-height: 50px;
  position: relative;
}
.show .showNav ul {
  display: flex;
}
.show .showNav ul li {
  margin-right: 20px;
}
.show .showNav ul li a {
  display: block;
  width: 110px;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  background-color: #0094de;
  color: #fff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.show .showNav ul li a i {
  position: absolute;
  display: none;
  top: 0;
  right: 10px;
  color: #333;
  font-size: 14px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.show .showNav ul li a i:hover {
  color: #0094de;
}
.show .showNav ul li.on a,
.show .showNav ul li:hover a {
  background-color: #00acef;
}
.show .showNav ul li.on a i,
.show .showNav ul li:hover a i {
  display: block;
}
.show .bd {
  height: 228px;
  margin-top: 30px;
  overflow: hidden;
  position: relative;
  padding: 0 36px;
  width: 1180px;
}
.show .showTabs {
  position: relative;
}
.show .showList {
  position: relative;
  height: 228px;
  width: 1180px;
}
.show .showList .showBd {
  width: 1108px;
  margin: 0 auto;
  overflow: hidden;
}
.show .showList ul {
  width: 1108px;
}
.show .showList ul li {
  float: left;
  width: 262px;
  height: 228px;
  margin-right: 20px;
  text-align: center;
}
.show .showList ul li .pic {
  height: 193px;
  border: 5px solid #ddd;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.show .showList ul li .pic i {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.show .showList ul li .pic img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.show .showList ul li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 10px;
  background-color: #ddd;
  margin-top: 5px;
  line-height: 30px;
  color: #000;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.show .showList ul li:hover .pic img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.show .showList ul li:hover .bt {
  background-color: #0094de;
  color: #fff;
}
.show .page .showLeft {
  position: absolute;
  left: 0;
  width: 16px;
  height: 100px;
  top: 64px;
  background: url(../images/lefts.png) 0 center no-repeat;
  cursor: pointer;
}
.show .page .showNext {
  position: absolute;
  width: 16px;
  height: 100px;
  right: 0;
  top: 64px;
  background: url(../images/rights.png) 0 center no-repeat;
  cursor: pointer;
}
.about {
  margin-top: 60px;
  position: relative;
  overflow: hidden;
}
.about .aboutBox {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding: 0 10px;
}
.about .aboutText {
  flex: 1;
  min-width: 0;
  margin-left: 30px;
  background-color: #0094de;
  padding: 30px 30px 0;
}
.about .aboutText .tit {
  display: block;
  background: url(../images/abouttit.jpg) 0 0 no-repeat;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  font-style: normal;
  padding: 44px 0px 0px 90px;
  line-height: 1;
}
.about .aboutText .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  line-height: 24px;
  height: 144px;
  font-size: 14px;
  text-align: justify;
  color: #fff;
  margin-top: 16px;
}
.about .aboutText .btn {
  margin-top: 15px;
  display: flex;
}
.about .aboutText .more {
  display: block;
  width: 110px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  font-size: 14px;
  border: 1px solid #fff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutText .more:hover {
  background-color: #fff;
  color: #0094de;
}
.about .aboutText .btnLink {
  margin-left: 30px;
  width: 120px;
  line-height: 30px;
  background-color: #ffffff;
  border: 1px solid #fff;
  text-align: center;
  font-size: 16px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutText .btnLink:hover {
  background-color: transparent;
  color: #fff;
}
.about .aboutPic {
  width: 490px;
  height: 325px;
  position: relative;
  overflow: hidden;
}
.about .aboutPic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.about .aboutPic:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.news {
  position: relative;
  overflow: hidden;
  margin-top: 60px;
}
.news .newsTit {
  height: 40px;
  line-height: 40px;
  display: flex;
  justify-content: space-between;
  background: url(../images/newstit.png) 100% center no-repeat;
}
.news .newsTit .tit {
  background-color: #fff;
  padding-right: 15px;
}
.news .newsTit .tit span {
  font-weight: bold;
  font-size: 16px;
}
.news .newsTit .tit i {
  font-size: 12px;
  margin-left: 10px;
}
.news .newsTit .more {
  display: block;
  font-size: 12px;
  color: #666;
  padding-right: 20px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTit .more:hover {
  color: #0094de;
}
.news .newsL {
  width: 730px;
  float: left;
}
.news .newsL .first {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  height: 130px;
  border-bottom: 1px dashed #ccc;
}
.news .newsL .first .date {
  font-size: 30px;
  font-family: "Times New Roman";
  line-height: 40px;
  color: #000;
  width: 70px;
  padding: 18px 0px 0px;
  margin-left: 10px;
}
.news .newsL .first .date i {
  font-size: 50px;
  display: block;
  font-weight: bold;
}
.news .newsL .first .pic {
  display: block;
  width: 160px;
  height: 110px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsL .first .pic::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 3px;
  border: 1px solid #fff;
}
.news .newsL .first .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsL .first .cont {
  flex: 1;
  min-width: 0;
  margin-left: 20px;
}
.news .newsL .first .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  line-height: 30px;
  height: 30px;
  color: #0094de;
  font-weight: bold;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsL .first .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 28px;
  height: 84px;
  color: #494949;
}
.news .newsL .first:hover {
  border-color: #0094de;
  box-shadow: none;
}
.news .newsL .first:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.news .newsL .first:hover .bt {
  color: #0094de;
}
.news .newsL .list {
  margin-top: 10px;
}
.news .newsL .list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -18px;
}
.news .newsL .list ul li {
  width: 50%;
  padding: 0 18px;
}
.news .newsL .list ul li .item {
  display: flex;
  justify-content: space-between;
  height: 36px;
  line-height: 36px;
}
.news .newsL .list ul li .item .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: url(../images/newli.jpg) 0 center no-repeat;
  flex: 1;
  padding-left: 15px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsL .list ul li .item .date {
  margin-left: 10px;
  font-size: 12px;
  color: #494949;
}
.news .newsL .list ul li .item:hover .bt {
  color: #0094de;
}
.news .newsR {
  float: right;
  width: 420px;
}
.news .newsR .box {
  margin-top: 10px;
}
.news .newsR .box .pic {
  display: block;
  height: 180px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsR .box .pic::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 3px;
  border: 1px solid #fff;
}
.news .newsR .box .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsR .box .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  font-weight: bold;
  color: #0094de;
  height: 40px;
  line-height: 40px;
}
.news .newsR .box .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 24px;
  height: 48px;
}
.news .newsR .box .cont .more {
  display: block;
  width: 100px;
  height: 30px;
  background: #0094de;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  margin: 10px auto 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsR .box .cont .more:hover {
  border-radius: 16px;
  box-shadow: 0 10px 10px -5px rgba(0, 148, 222, 0.5);
}
.inConnect {
  padding: 60px 0;
}
.inConnect .lxText {
  width: 365px;
  float: left;
  background: #eee;
  height: 445px;
}
.inConnect .lxText h4 {
  font-size: 15px;
  line-height: 28px;
  padding: 7px 0px;
  background: #0094de;
  text-align: center;
  color: #fff;
  height: 70px;
}
.inConnect .lxText p {
  padding: 10px 25px;
  font-size: 14px;
  line-height: 30px;
  overflow: hidden;
  color: #444;
}
.inConnect .lxText .formbox {
  padding: 0 25px;
}
.inConnect .lxText .formbox .xqcontent {
  height: 60px;
  padding: 5px 15px;
  line-height: 24px;
  width: 100%;
  background-color: #fff;
  border: none;
  display: block;
}
.inConnect .lxText .formbox .code {
  position: relative;
  display: block;
  margin-top: 5px;
}
.inConnect .lxText .formbox .code input {
  display: block;
  width: 100%;
  background-color: #fff;
  border: none;
  height: 36px;
  line-height: 36px;
  padding: 0 15px;
}
.inConnect .lxText .formbox .code .imgCode {
  position: absolute;
  right: 2px;
  top: 3px;
  width: 80px;
  height: 30px;
  z-index: 3;
  border: none;
}
.inConnect .lxText .formbox .submitform {
  display: block;
  width: 88px;
  height: 30px;
  border: 1px solid #aaa;
  line-height: 28px;
  text-align: center;
  color: #aaa;
  font-size: 14px;
  margin-top: 10px;
  cursor: pointer;
  background-color: transparent;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inConnect .lxText .formbox .submitform:hover {
  background-color: #0094de;
  color: #fff;
  border-color: #0094de;
}
.inConnect .lxText .telItem {
  margin: 0px 25px;
  border-top: 1px dashed #aaa;
  padding-top: 20px;
  margin-top: 20px;
}
.inConnect .lxText .telItem .tel {
  line-height: 24px;
  padding-left: 30px;
}
.inConnect .lxText .telItem .tel i {
  font-family: impact;
  color: #0094de;
  font-size: 24px;
  display: inline-block;
  vertical-align: top;
}
.inConnect .lxText .telItem .zxBtn {
  display: block;
  clear: both;
  color: #0094de;
  border: 1px solid #0094de;
  margin: 10px auto 0;
  width: 88px;
  line-height: 28px;
  text-align: center;
  font-size: 15px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inConnect .lxText .telItem .zxBtn:hover {
  background-color: #0094de;
  color: #fff;
}
.inConnect .map {
  width: 795px;
  height: 445px;
  border: 1px solid #ccc;
  float: right;
}
#allmap {
  width: 100%;
  height: 443px;
}


.lxBox  .news{
  margin-top: 0;
}

.lxBox  .news .newsL{
  float: inherit;
  margin: 30px auto;
  width: 730px;
}